internal/runtime/maps.Iter.entryIdx (field)
19 uses
internal/runtime/maps (current package)
table.go#L647: entryIdx uint64
table.go#L730: it.entryIdx = 0
table.go#L798: for ; it.entryIdx < abi.SwissMapGroupSlots; it.entryIdx++ {
table.go#L799: k := uintptr(it.entryIdx+it.entryOffset) % abi.SwissMapGroupSlots
table.go#L841: it.entryIdx++
table.go#L919: if it.entryIdx > entryMask {
table.go#L935: entryIdx := (it.entryIdx + it.entryOffset) & entryMask
table.go#L974: it.entryIdx++
table.go#L981: it.entryIdx++
table.go#L1001: for it.entryIdx <= entryMask {
table.go#L1002: entryIdx := (it.entryIdx + it.entryOffset) & entryMask
table.go#L1028: it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
table.go#L1033: it.entryIdx += uint64(i - slotIdx)
table.go#L1034: if it.entryIdx > entryMask {
table.go#L1070: it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
table.go#L1076: it.entryIdx += uint64(i - slotIdx)
table.go#L1095: it.entryIdx += abi.SwissMapGroupSlots - uint64(slotIdx)
table.go#L1099: it.entryIdx += uint64(i - slotIdx)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)